Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 skin-theme-clientpref-day vector-sticky-header-enabled" lang="de" dir="ltr"><head>
<meta charset="UTF-8">
<title>Smart Contract</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://de.wikipedia.org/wiki/Smart_Contract"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link href="./_mw_/ext.gadget.citeRef.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.defaultPlainlinks.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonHide.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonLayout.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonStyle.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiDarkmode.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiResponsive.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.specialSearch.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Smart_Contract rootpage-Smart_Contract skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">Smart Contract</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="de" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="de" dir="ltr">
<p><span lang="en"><b>Smart Contracts</b></span> sind Programme, die beispielsweise auf einer <a href="Blockchain" title="Blockchain">Blockchain</a> ausgeführt werden können und es ermöglichen, benutzerdefinierte Funktionalität auf einer bestehenden Blockchain, die Smart Contracts unterstützt, zu implementieren.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> Die Bezeichnung als „selbst-ausführende“ Verträge und die Behauptung, Smart Contracts könnten Verträge selbstständig durchsetzen, sind sehr missverständlich, da diese selbstständige Ausführung sich auf die Blockchain, auf der sie laufen, beschränkt. Smart Contracts sind nicht als „Verträge“ oder auch nur als ein für den normalen Endanwender verständliches Konzept zu betrachten, sondern als technischer Fachbegriff.
</p>

<div class="mw-heading mw-heading2"><h2 id="Anwendungsfelder_im_Blockchain-Umfeld">Anwendungsfelder im Blockchain-Umfeld</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Tokens">Tokens</h3></div>
<p>Tokens repräsentieren meistens eine <a href="Kryptow%C3%A4hrung" title="Kryptowährung">Kryptowährung</a>, die nicht auf einer eigenen <a href="Blockchain" title="Blockchain">Blockchain</a> basiert, sondern als Smart Contract auf einer bestehenden Blockchain implementiert wurde. Tokens können theoretisch beliebige Dinge repräsentieren, da es sich grob gesagt nur um eine Liste handelt, wer wie viele „Tokens“ besitzt.
</p><p>Sogenannte „ERC20-Tokens“ auf der <a href="Ethereum" title="Ethereum">Ethereum-Blockchain</a> sind Smart Contracts.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> Diese Smart Contracts „merken sich“ (speichern), wer wie viele Tokens besitzt. Wenn ein Benutzer nun Tokens an einen anderen überweisen möchte, ruft dieser – in Form einer „Transaktion“ die über das <a href="P2P-Netzwerk" class="mw-redirect" title="P2P-Netzwerk">P2P-Netzwerk</a> an die Miner übermittelt wird – eine Methode des Smart Contracts auf, welche zuerst prüft ob der Benutzer über ausreichend Tokens verfügt, und wenn ja die zu überwiesene Summe vom Überweisenden abzieht und beim Empfänger addiert (vereinfachte Darstellung). „ERC20“ bezieht sich auf eine im ERC20-Standard (englisch) standardisierte <a href="Programmierschnittstelle" title="Programmierschnittstelle">API</a>.
</p>
<div class="mw-heading mw-heading3"><h3 id="NFTs">NFTs</h3></div>
<div class="hauptartikel" role="navigation"><span class="hauptartikel-pfeil" title="siehe" aria-hidden="true" role="presentation">→&nbsp;</span><i><span class="hauptartikel-text">Hauptartikel</span>: <a href="Non-Fungible_Token" title="Non-Fungible Token">Non-Fungible Token</a></i></div>
<p><a href="NFTs" class="mw-redirect" title="NFTs">NFTs</a> (Non-Fungible Tokens) sind einzigartige digitale Assets, die ebenfalls durch Smart Contracts auf einer <a href="Blockchain" title="Blockchain">Blockchain</a> dargestellt werden. Sie unterscheiden sich von <a href="Kryptowert#Systematik" title="Kryptowert">Tokens</a> dadurch, dass sie nicht austauschbar sind und in der Regel digitale Kunst, Musik oder Sammlerstücke repräsentieren.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="DeFi">DeFi</h3></div>
<div class="hauptartikel" role="navigation"><span class="hauptartikel-pfeil" title="siehe" aria-hidden="true" role="presentation">→&nbsp;</span><i><span class="hauptartikel-text">Hauptartikel</span>: <a href="Dezentrales_Finanzwesen" title="Dezentrales Finanzwesen">Dezentrales Finanzwesen</a></i></div><p>DeFi, kurz für <a href="Dezentrales_Finanzwesen" title="Dezentrales Finanzwesen">Dezentrales Finanzwesen</a>, bezieht sich auf ein Ökosystem von Finanzanwendungen, die auf <a href="Blockchain" title="Blockchain">Blockchain</a>-Technologie basieren. Im Gegensatz zu traditionellen Finanzsystemen operieren DeFi-Anwendungen ohne zentrale Vermittler wie <a href="Bankensystem" title="Bankensystem">Banken</a>. Stattdessen verwenden sie Smart Contracts, um Finanztransaktionen direkt zwischen Nutzern durchzuführen.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
</p><p>Ein prominentes Beispiel für DeFi ist <a href="Uniswap" title="Uniswap">Uniswap</a>, ein dezentrales Handelsprotokoll, das es Benutzern ermöglicht, <a href="Kryptow%C3%A4hrung" title="Kryptowährung">Kryptowährungen</a> direkt gegeneinander zu tauschen, ohne dass eine zentrale Börse erforderlich ist. Uniswap nutzt Smart Contracts, um Liquiditätspools zu verwalten, in die Nutzer ihre <a href="Kryptowert#Systematik" title="Kryptowert">Tokens</a> einbringen können. Diese Pools werden dann verwendet, um den Austausch von Tokens zu ermöglichen.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p><p>Ein weiteres Beispiel ist Aave, eine dezentralisierte Plattform für Kreditvergabe und -aufnahme. Benutzer können auf der Plattform Kryptowährungen als Sicherheit hinterlegen und darauf basierend Kredite in anderen Kryptowährungen aufnehmen. Auch hier werden Smart Contracts verwendet, um die Konditionen und Abwicklung der Kredite zu automatisieren.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Geschichte">Geschichte</h2></div>


<p>In den 1970er- bis 1980er-Jahren wurde der Terminus „<a href="Agora" title="Agora">Agoric Computing</a>“ geprägt, um die Abbildung von Marktmechanismen wie <a href="Auktion" title="Auktion">Auktionen</a> und <a href="Ressourcenmanagement" title="Ressourcenmanagement">Ressourcenmanagement</a> in Software abzubilden. Inzwischen hat die <a href="Public-Key-Infrastruktur" title="Public-Key-Infrastruktur">Public-Key-Kryptografie</a> die Möglichkeiten hierzu revolutioniert.
</p><p>Der Begriff „Smart Contract“ wurde etwa 1993 durch den Informatiker <a href="Nick_Szabo" title="Nick Szabo">Nick Szabo</a> geprägt, um die Verbindung von hochentwickeltem Vertragsrecht und verwandten Disziplinen mit dem Design von <a href="E-commerce" class="mw-redirect" title="E-commerce">E-commerce</a>-Protokollen zu betonen.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> Szabo, der von Forschern wie <a href="David_Chaum" title="David Chaum">David Chaum</a> inspiriert wurde, erwartete, dass Spezifikationen auf Basis klarer Logik, Verifikation auf Basis kryptographischer Protokolle und andere digitale Sicherheitsmechanismen eine wesentliche Verbesserung gegenüber dem traditionellen Vertragsrecht bringen könnten, sogar für einige traditionelle Anwendungsbereiche.
</p><p>Die meisten der oben zitierten Beispiele haben sich jedoch vermutlich unabhängig voneinander und von den oben genannten Entwicklungslinien entwickelt, und in der Tat sehen einige Befürworter Smart Contracts als notwendige Weiterentwicklung vieler unabhängiger Bemühungen, um Transaktionen in verschiedenen Industrien auf Basis digitaler Technologien zu verbessern. Verschiedene formale Sprachen wurden entwickelt oder vorgeschlagen, um Vertragsklauseln in Software abzubilden. Das <a href="Institute_of_Electrical_and_Electronics_Engineers" title="Institute of Electrical and Electronics Engineers">IEEE</a> hat dazu bereits zwei Workshops über <span lang="en"><i>Electronic Contracting</i></span> abgehalten,<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> die diese Bemühungen unterstützen.
</p><p>Seit 2015 experimentierte <a href="UBS" title="UBS">UBS</a> mit <a href="Smart_Bond" title="Smart Bond">Smart Bonds</a>, die als <a href="Anleihe" title="Anleihe">„Bonds“</a> eine Bitcoin-<a href="Blockchain" title="Blockchain">Blockchain</a> verwenden und in der Zahlungsströme hypothetisch vollständig automatisiert werden könnten, wodurch ein selbstzahlendes Instrument geschaffen würde.<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> Im Jahr 2018 beauftragte die <a href="Weltbank" title="Weltbank">Weltbank</a> die <a href="Commonwealth_Bank_of_Australia" title="Commonwealth Bank of Australia">Commonwealth Bank of Australia</a> mit der Herstellung des ersten blockchain-basierten Bonds der Welt.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Gefahren_im_Umgang">Gefahren im Umgang</h2></div>
<p>Der Umgang mit Smart Contracts kann ohne relativ weitreichendes Verständnis der zugrunde liegenden Technik (oder bei fehlerhaftem Verständnis der Sicherheitsversprechen von Smart Contracts und/oder <a href="Blockchain" title="Blockchain">Blockchains</a>) zum Verlust der sich in dem eigenen Wallet befindlichen Werte führen.
</p><p>In der Regel interagiert der Endbenutzer über eine <a href="DApp" title="DApp">dApp</a> mit einem oder mehreren Smart Contracts. Diese dApp kann i. d. R. als Benutzeroberfläche für den Smart Contract angesehen werden. Möchte der Nutzer eine Handlung mit der dApp durchführen die Zugriff auf das eigene Wallet benötigt, generiert die dApp eine „Transaktion“ die, wenn sie vom Inhaber des Wallets kryptographisch signiert wird, an das <a href="P2P-Netzwerk" class="mw-redirect" title="P2P-Netzwerk">P2P-Netzwerk</a> der <a href="Blockchain" title="Blockchain">Blockchain</a> übermittelt und in die Blockchain verewigt werden kann. Oftmals ist die dApp als normale Website im Internet aufrufbar, um über sie mit dem eigenen Wallet Handlungen auf der Blockchain durchzuführen, muss der Benutzer allerdings ein spezielles <a href="Plug-in#Browser-Plug-ins" title="Plug-in">Add-on</a> wie z. B. <a href="MetaMask" title="MetaMask">MetaMask</a> installieren.
</p><p>In der Regel wird die Benutzeroberfläche von einer zentralen Instanz kontrolliert und aktualisiert. Sollte eine Aktualisierung bösartig sein, kann sie Transaktionen generieren, die andere Handlungen auf der <a href="Blockchain" title="Blockchain">Blockchain</a> durchführen als der Benutzer glaubt.
</p><p>Da der Code der Smart Contracts an sich für den Laien nicht zu verstehen ist, gibt es keine inhärente Garantie dafür, das der Smart Contract tut, was er angeblich tun soll. Wenn der Code des Smart Contracts unveränderlich ist, kann er allerdings durch Dritte überprüft werden. Die Unveränderlichkeit ist in der Praxis, auch auf <a href="Blockchain" title="Blockchain">Blockchains</a>, auf denen Smart Contracts grundsätzlich unveränderlich sind, nicht immer wirklich gegeben (Stichwort „upgradable proxy“).
</p><p>Es gibt keine Garantie dafür, dass ein Smart Contract, der eine bestimmte <a href="Programmierschnittstelle" title="Programmierschnittstelle">API</a> implementiert, die Vorgaben für die Funktionsweise der <a href="Programmierschnittstelle" title="Programmierschnittstelle">API</a> auch einhält. Es ist also z. B. möglich, ein Token zu implementieren, das den Anschein erweckt, ein normales ERC20-Token zu sein, aber wenn die Methode zur Überweisung aufgerufen wird, statt eine Überweisung durchzuführen alle Werte, die das aufrufende Wallet besitzt, zu stehlen, nicht nur Einheiten des Tokens selbst, sondern auch alle anderen Werte.
</p>
<div class="mw-heading mw-heading2"><h2 id="Smart_Contracts_in_der_populären_Kultur"><span id="Smart_Contracts_in_der_popul.C3.A4ren_Kultur"></span>Smart Contracts in der populären Kultur</h2></div>
<p>Der Science-Fiction-Roman <i>Permanence</i> (2002) von Karl Schroeder beschreibt eine „Rechteökonomie“, in der alle physischen Objekte mit „Nano-Tag“ versehen sind. Diese Tags enthalten die vertraglichen Regelungen und setzen sie auch durch, so dass sich z.&nbsp;B. eine Militärmission im All laufend über ihr „Cost-Benefit-Verhältnis“ rechtfertigen muss, ansonsten wird das Raumschiff gestoppt.
</p>
<div class="mw-heading mw-heading2"><h2 id="Publikationen">Publikationen</h2></div>
<ul><li>Robert Wilkens, Richard Falk: <i>Smart Contracts. Grundlagen, Anwendungsfelder und rechtliche Aspekte</i>, Springer Gabler, Wiesbaden 2019, ISBN 978-3-658-27962-2.</li>
<li>Tom Braegelmann, Markus Kaulartz (Hrsg.): <i>Rechtshandbuch Smart Contracts</i>, Beck, München 2019, ISBN 978-3-406-73434-2.</li>
<li>Martin Hanzl: <i>Handbuch Blockchain und Smart Contracts</i>, Linde, Wien 2020, ISBN 978-3707337358.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="Siehe_auch">Siehe auch</h2></div>
<ul><li><a href="Prozessmanagement" title="Prozessmanagement">Prozessmanagement</a></li>
<li><a href="Code_and_Other_Laws_of_Cyberspace" title="Code and Other Laws of Cyberspace">Code and Other Laws of Cyberspace</a></li>
<li><a href="Arbeitsablauf" title="Arbeitsablauf">Arbeitsablauf</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Weblinks">Weblinks</h2></div>
<ul><li><a rel="nofollow" class="external text" href="https://portal.dnb.de/opac.htm?method=simpleSearch&amp;query=1210937344">Literatur von und über Smart Contract</a> im Katalog der <a href="Deutsche_Nationalbibliothek" title="Deutsche Nationalbibliothek">Deutschen Nationalbibliothek</a></li>
<li><a rel="nofollow" class="external text" href="http://szabo.best.vwh.net/smart_contracts_idea.html">The Idea of Smart Contracts</a></li>
<li><a rel="nofollow" class="external text" href="http://www.erights.org/smart-contracts/">erights.org: Smart Contracts</a></li>
<li><a rel="nofollow" class="external text" href="http://www.erights.org/smart-contracts/index.html">The E Language: Cryptographic Capabilities for Distributed Smart Contracting</a></li>
<li><a rel="nofollow" class="external text" href="http://www.erights.org/talks/pisa/paper/index.html">The Digital Path: Smart Contracts and the Third World</a></li>
<li><a rel="nofollow" class="external text" href="http://www.venturacountystar.com/vcs/bravo/article/0,1375,VCS_1798_4769614,00.html">"Late on payments? Device won't let car engine start."</a></li>
<li><a rel="nofollow" class="external text" href="http://opentransactions.org/wiki/index.php?title=Smart_contracts">Open-Transactions: open-source Smart Contracts</a></li>
<li><a rel="nofollow" class="external text" href="https://nfscene.com/de/article/smart-contracts">Der Smart Contract ist im Grunde nichts anderes als ein dezentralisierter Vertrag.</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Einzelnachweise">Einzelnachweise</h2></div>
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text">Konstantinos Christidis, Michael Devetsikiotis: <cite style="font-style:italic">Blockchains and Smart Contracts for the Internet of Things</cite>. In: <cite style="font-style:italic">IEEE Access</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>4</span>, 2016, <a href="Internationale_Standardnummer_f%C3%BCr_fortlaufende_Sammelwerke" title="Internationale Standardnummer für fortlaufende Sammelwerke">ISSN</a>&nbsp;<span style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://zdb-katalog.de/list.xhtml?t=iss%3D%222169-3536%22&amp;key=cql">2169-3536</a></span>, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>2292–2303</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1109/ACCESS.2016.2566339">10.1109/ACCESS.2016.2566339</a></span> (<a rel="nofollow" class="external text" href="https://ieeexplore.ieee.org/document/7467408">ieee.org</a> [abgerufen am 21.&nbsp;März 2025]).<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rfr_id=info:sid/de.wikipedia.org:Smart+Contract&amp;rft.atitle=Blockchains+and+Smart+Contracts+for+the+Internet+of+Things&amp;rft.au=Konstantinos+Christidis%2C+Michael+Devetsikiotis&amp;rft.date=2016&amp;rft.doi=10.1109%2FACCESS.2016.2566339&amp;rft.genre=journal&amp;rft.issn=2169-3536&amp;rft.jtitle=IEEE+Access&amp;rft.pages=2292-2303&amp;rft.volume=4" style="display:none">&nbsp;</span></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a></span> <span class="reference-text">Nick Szabo: <cite style="font-style:italic">Formalizing and Securing Relationships on Public Networks</cite>. In: <cite style="font-style:italic">First Monday</cite>. 1.&nbsp;September 1997, <a href="Internationale_Standardnummer_f%C3%BCr_fortlaufende_Sammelwerke" title="Internationale Standardnummer für fortlaufende Sammelwerke">ISSN</a>&nbsp;<span style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://zdb-katalog.de/list.xhtml?t=iss%3D%221396-0466%22&amp;key=cql">1396-0466</a></span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.5210/fm.v2i9.548">10.5210/fm.v2i9.548</a></span> (<a rel="nofollow" class="external text" href="https://firstmonday.org/ojs/index.php/fm/article/view/548/469">firstmonday.org</a> [abgerufen am 21.&nbsp;März 2025]).<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rfr_id=info:sid/de.wikipedia.org:Smart+Contract&amp;rft.atitle=Formalizing+and+Securing+Relationships+on+Public+Networks&amp;rft.au=Nick+Szabo&amp;rft.date=1997-09-01&amp;rft.doi=10.5210%2Ffm.v2i9.548&amp;rft.genre=journal&amp;rft.issn=1396-0466&amp;rft.jtitle=First+Monday" style="display:none">&nbsp;</span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><a href="#cite_ref-3">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://docs.openzeppelin.com/contracts/4.x/erc20"><i>ERC20 – OpenZeppelin Docs.</i></a><span class="Abrufdatum"> Abgerufen am 21.&nbsp;März 2025</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=ERC20+%E2%80%93+OpenZeppelin+Docs&amp;rft.description=ERC20+%E2%80%93+OpenZeppelin+Docs&amp;rft.identifier=https%3A%2F%2Fdocs.openzeppelin.com%2Fcontracts%2F4.x%2Ferc20&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><a href="#cite_ref-4">↑</a></span> <span class="reference-text"><span class="cite">Dr. Gavin Wood: <a rel="nofollow" class="external text" href="https://ethereum.github.io/yellowpaper/paper.pdf"><i>Ethereum: A Secure Decentralised Generalised Transaction Ledger.</i></a> In: <i>Github.</i> Ethereum Foundation, 4.&nbsp;Februar 2025,<span class="Abrufdatum"> abgerufen am 21.&nbsp;März 2025</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=Ethereum%3A+A+Secure+Decentralised+Generalised+Transaction+Ledger&amp;rft.description=Ethereum%3A+A+Secure+Decentralised+Generalised+Transaction+Ledger&amp;rft.identifier=https%3A%2F%2Fethereum.github.io%2Fyellowpaper%2Fpaper.pdf&amp;rft.creator=Dr.+Gavin+Wood&amp;rft.publisher=Ethereum+Foundation&amp;rft.date=2025-02-04&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><a href="#cite_ref-5">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://ethereum.org/de/developers/docs/standards/tokens/erc-721/"><i>ERC-721 NICHT-FUNGIBLER TOKEN-STANDARD.</i></a> In: <i>ethereum.org.</i> Ethereum Foundation, 19.&nbsp;November 2023,<span class="Abrufdatum"> abgerufen am 16.&nbsp;August 2024</span>.</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=ERC-721+NICHT-FUNGIBLER+TOKEN-STANDARD&amp;rft.description=ERC-721+NICHT-FUNGIBLER+TOKEN-STANDARD&amp;rft.identifier=https%3A%2F%2Fethereum.org%2Fde%2Fdevelopers%2Fdocs%2Fstandards%2Ftokens%2Ferc-721%2F&amp;rft.publisher=Ethereum+Foundation&amp;rft.date=2023-11-19&amp;rft.language=de">&nbsp;</span></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><a href="#cite_ref-6">↑</a></span> <span class="reference-text">Bobby Ong, Lucius Fang, Benjamin Hor, Erina Azmi, Win Win Khor: <cite style="font-style:italic">So geht DeFi – Für Fortgeschrittene: Mit Decentralized Finance in die Finanzwelt von morgen</cite>. Hrsg.: CoinGecko. 1. Auflage. Reading.Capital UG, Bad Homburg 2021, ISBN 978-3-9821579-6-2, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>2,&nbsp;Introduction</span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Smart+Contract&amp;rft.au=Bobby+Ong%2C+Lucius+Fang%2C+Benjamin+Hor%2C+...&amp;rft.btitle=So+geht+DeFi+-+F%C3%BCr+Fortgeschrittene%3A+Mit+Decentralized+Finance+in+die+Finanzwelt+von+morgen&amp;rft.date=2021&amp;rft.edition=1.&amp;rft.genre=book&amp;rft.isbn=9783982157962&amp;rft.pages=2%2C+Introduction&amp;rft.place=Bad+Homburg&amp;rft.pub=Reading.Capital+UG" style="display:none">&nbsp;</span></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><a href="#cite_ref-7">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://docs.uniswap.org/contracts/v2/concepts/protocol-overview/smart-contracts"><i>Smart contracts.</i></a> In: <i>Uniswap Docs.</i> Uniswap Labs team,<span class="Abrufdatum"> abgerufen am 15.&nbsp;August 2024</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=Smart+contracts&amp;rft.description=Smart+contracts&amp;rft.identifier=https%3A%2F%2Fdocs.uniswap.org%2Fcontracts%2Fv2%2Fconcepts%2Fprotocol-overview%2Fsmart-contracts&amp;rft.publisher=Uniswap+Labs+team&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><a href="#cite_ref-8">↑</a></span> <span class="reference-text"><span class="cite">River Keever, Hayden Adams, Noah Zinsmeister, Moody Salem, Dan Robinson: <a rel="nofollow" class="external text" href="https://uniswap.org/whitepaper-v3.pdf"><i>Uniswap Whitepaper.</i></a> In: <i>Whitepaper.</i> Uniswap Labs, 2020,<span class="Abrufdatum"> abgerufen am 16.&nbsp;August 2024</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=Uniswap+Whitepaper&amp;rft.description=Uniswap+Whitepaper&amp;rft.identifier=https%3A%2F%2Funiswap.org%2Fwhitepaper-v3.pdf&amp;rft.creator=River+Keever%2C+Hayden+Adams%2C+Noah+Zinsmeister%2C+Moody+Salem%2C+Dan+Robinson&amp;rft.publisher=Uniswap+Labs&amp;rft.date=2020&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><a href="#cite_ref-9">↑</a></span> <span class="reference-text"><span class="cite"><a rel="nofollow" class="external text" href="https://whitepaper.io/document/533/aave-whitepaper"><i>AAVE Protocol Whitepaper 1.0.</i></a> In: <i>Whitepaper.io.</i><span class="Abrufdatum"> Abgerufen am 14.&nbsp;August 2024</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=AAVE+Protocol+Whitepaper+1.0&amp;rft.description=AAVE+Protocol+Whitepaper+1.0&amp;rft.identifier=https%3A%2F%2Fwhitepaper.io%2Fdocument%2F533%2Faave-whitepaper&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><a href="#cite_ref-10">↑</a></span> <span class="reference-text"><span class="cite">Nick Szabo: <a rel="nofollow" class="external text" href="https://archive.md/20011102030833/http://szabo.best.vwh.net/smart.contracts.html"><i>Smart Contracts.</i></a> 1994, archiviert vom <style data-mw-deduplicate="TemplateStyles:r250917974">
/* start https://de.wikipedia.org/ */


.mw-parser-output .dewiki-iconexternal>a{background-position:center right!important;background-repeat:no-repeat!important}body.skin-minerva .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/OOjs_UI_icon_external-link-ltr-progressive.svg")!important;background-size:10px!important;padding-right:13px!important}body.skin-timeless .mw-parser-output .dewiki-iconexternal>a,body.skin-monobook .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/MediaWiki_external_link_icon.svg")!important;padding-right:13px!important}body.skin-vector .mw-parser-output .dewiki-iconexternal>a{background-image:url("./_mw_/Link.ernal-small-ltr-progressive.svg")!important;background-size:0.857em!important;padding-right:1em!important}


/* end https://de.wikipedia.org/ */
</style><span class="dewiki-iconexternal"><a class="external text" href="https://redirecter.toolforge.org/?url=http%3A%2F%2Fszabo.best.vwh.net%2Fsmart.contracts.html">Original</a></span> am <span style="white-space:nowrap;">2.&nbsp;November 2001</span><span>;</span><span class="Abrufdatum"> abgerufen am 28.&nbsp;Januar 2022</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=Smart+Contracts&amp;rft.description=Smart+Contracts&amp;rft.identifier=https%3A%2F%2Farchive.md%2F20011102030833%2Fhttp%3A%2F%2Fszabo.best.vwh.net%2Fsmart.contracts.html&amp;rft.creator=Nick+Szabo&amp;rft.date=1994&amp;rft.source=http://szabo.best.vwh.net/smart.contracts.html&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><a href="#cite_ref-11">↑</a></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://tab.computer.org/tcec/cec04/programWEC.html">The First IEEE International Workshop on Electronic Contracting (WEC)</a> vom 6. Juli 2003</span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><a href="#cite_ref-12">↑</a></span> <span class="reference-text"><span class="cite">Team: <a rel="nofollow" class="external text" href="https://www.newsweek.com/smart-money-blockchains-are-future-internet-329278"><i>Smart money: Blockchains are the future of the internet.</i></a> In: <i>newsweek.com.</i> 27.&nbsp;Juni 2015,<span class="Abrufdatum"> abgerufen am 2.&nbsp;März 2024</span> (englisch).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3ASmart+Contract&amp;rft.title=Smart+money%3A+Blockchains+are+the+future+of+the+internet&amp;rft.description=Smart+money%3A+Blockchains+are+the+future+of+the+internet&amp;rft.identifier=https%3A%2F%2Fwww.newsweek.com%2Fsmart-money-blockchains-are-future-internet-329278&amp;rft.creator=Team&amp;rft.date=2015-06-27&amp;rft.language=en">&nbsp;</span></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><a href="#cite_ref-13">↑</a></span> <span class="reference-text"><a rel="nofollow" class="external free" href="https://www.ifre.com/story/1378466/bitcoin-technology-will-disrupt-derivatives-says-banker-qv3qsx1w13">https://www.ifre.com/story/1378466/bitcoin-technology-will-disrupt-derivatives-says-banker-qv3qsx1w13</a></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><a href="#cite_ref-14">↑</a></span> <span class="reference-text"><a rel="nofollow" class="external text" href="https://www.worldbank.org/en/news/press-release/2018/08/09/world-bank-mandates-commonwealth-bank-of-australia-for-worlds-first-blockchain-bond">World Bank Mandates Commonwealth Bank of Australia for World’s First Blockchain Bond</a>, vom 9. August 2018</span>
</li>
</ol></div>
<div class="hintergrundfarbe1 rahmenfarbe1 navigation-not-searchable normdaten-typ-s" style="border-style: solid; border-width: 1px; clear: left; margin-bottom:1em; margin-top:1em; padding: 0.25em; overflow: hidden; word-break: break-word; word-wrap: break-word;" id="normdaten">
<div style="display: table-cell; vertical-align: middle; width: 100%;">
<div>
Normdaten&nbsp;(Sachbegriff): <a href="Gemeinsame_Normdatei" title="Gemeinsame Normdatei">GND</a>: <span class="-print"><a rel="nofollow" class="external text" href="https://d-nb.info/gnd/1210937344">1210937344</a></span> | <a href="Library_of_Congress_Control_Number" title="Library of Congress Control Number">LCCN</a>: <span class="-print"><a rel="nofollow" class="external text" href="https://id.loc.gov/authorities/sh2019103057">sh2019103057</a></span> </div>
</div></div></div><!--htdig_noindex--><div><div class="zim-footer">
Dieser Artikel wurde von <a class="external text" title="Zuletzt bearbeitet am 2026-01-09" href="https://de.wikipedia.org/wiki/?title=Smart_Contract&amp;oldid=263173037">Wikipedia</a> herausgegeben. Der Text ist unter <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.de">Creative Commons Attribution-Share Alike 4.0</a> verfügbar, sofern nicht anders angegeben. Für die Mediendateien können zusätzliche Bedingungen gelten.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>